Q3ViewPlaneCamera_SetHalfWidth
You can use theQ3ViewPlaneCamera_SetHalfWidth
function to set the half-width of the object specifying a view plane camera.
TQ3Status Q3ViewPlaneCamera_SetHalfWidth ( TQ3CameraObject camera, float halfWidthAtViewPlane);
camera
- A view plane camera object.
halfWidthAtViewPlane
- The desired half-width of the cross section of the viewed object of the specified camera.
DESCRIPTION
TheQ3ViewPlaneCamera_SetHalfWidth
function sets the half-width of the cross section of the viewed object of the camera specified by thecamera
parameter to the value specified in thehalfWidthAtViewPlane
parameter.